github.com/golang/mock/gomock.eqMatcher.x (field)
6 uses
github.com/golang/mock/gomock (current package)
matchers.go#L101: x interface{}
matchers.go#L106: if e.x == nil || x == nil {
matchers.go#L107: return reflect.DeepEqual(e.x, x)
matchers.go#L111: x1Val := reflect.ValueOf(e.x)
matchers.go#L123: return fmt.Sprintf("is equal to %v (%T)", e.x, e.x)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)